MOU_DOUT_FP_SEL=MOU_FLT, OP_MODE=INV, MOU_DIN_FP_SEL=MOU_FLT
matrix operation unit control register
OP_MODE | MOU operation mode 0 (INV): inversion 1 (MULT): matrix multiply 2 (TRANS): transposition 3 (LINEAR): linear operation 4 (DOTMULT): dot multiply |
MOU_DIN_FP_SEL | MOU data input format select 0 (MOU_FLT): float 1 (MOU_FIX): fix |
MOU_DOUT_FP_SEL | MOU data output format select 0 (MOU_FLT): float 1 (MOU_FIX): fix |
MAT_M | MOU Matrix column |
MAT_N | MOU Matrix row only valid when matrix’s column is not equal to row |
MAT_K | MOU Matrix row only valid when matrix mult operation |
DIV_EPSILON | When the data exponent is small than DIV_EPSILON the inverse operation will output a error signal. |
LU_STOP | Stop at LU |
UINV_STOP | stop at U-Matrix inverse |